+Sat May 5 09:18:30 2001 Owen Taylor <otaylor@redhat.com>
+
+ * demos/gtk-demo/images.c (progressive_timeout): Fix
+ typo in filename.
+
+ * gtk/gtktreeview.c (gtk_tree_view_row_activated): Comment
+ out FIXME warning; just too annoying.
+
2001-05-04 Alex Larsson <alla@lysator.liu.se>
* gdk/linux-fb/gdkcolor-fb.c:
+Sat May 5 09:18:30 2001 Owen Taylor <otaylor@redhat.com>
+
+ * demos/gtk-demo/images.c (progressive_timeout): Fix
+ typo in filename.
+
+ * gtk/gtktreeview.c (gtk_tree_view_row_activated): Comment
+ out FIXME warning; just too annoying.
+
2001-05-04 Alex Larsson <alla@lysator.liu.se>
* gdk/linux-fb/gdkcolor-fb.c:
+Sat May 5 09:18:30 2001 Owen Taylor <otaylor@redhat.com>
+
+ * demos/gtk-demo/images.c (progressive_timeout): Fix
+ typo in filename.
+
+ * gtk/gtktreeview.c (gtk_tree_view_row_activated): Comment
+ out FIXME warning; just too annoying.
+
2001-05-04 Alex Larsson <alla@lysator.liu.se>
* gdk/linux-fb/gdkcolor-fb.c:
+Sat May 5 09:18:30 2001 Owen Taylor <otaylor@redhat.com>
+
+ * demos/gtk-demo/images.c (progressive_timeout): Fix
+ typo in filename.
+
+ * gtk/gtktreeview.c (gtk_tree_view_row_activated): Comment
+ out FIXME warning; just too annoying.
+
2001-05-04 Alex Larsson <alla@lysator.liu.se>
* gdk/linux-fb/gdkcolor-fb.c:
+Sat May 5 09:18:30 2001 Owen Taylor <otaylor@redhat.com>
+
+ * demos/gtk-demo/images.c (progressive_timeout): Fix
+ typo in filename.
+
+ * gtk/gtktreeview.c (gtk_tree_view_row_activated): Comment
+ out FIXME warning; just too annoying.
+
2001-05-04 Alex Larsson <alla@lysator.liu.se>
* gdk/linux-fb/gdkcolor-fb.c:
+Sat May 5 09:18:30 2001 Owen Taylor <otaylor@redhat.com>
+
+ * demos/gtk-demo/images.c (progressive_timeout): Fix
+ typo in filename.
+
+ * gtk/gtktreeview.c (gtk_tree_view_row_activated): Comment
+ out FIXME warning; just too annoying.
+
2001-05-04 Alex Larsson <alla@lysator.liu.se>
* gdk/linux-fb/gdkcolor-fb.c:
+Sat May 5 09:18:30 2001 Owen Taylor <otaylor@redhat.com>
+
+ * demos/gtk-demo/images.c (progressive_timeout): Fix
+ typo in filename.
+
+ * gtk/gtktreeview.c (gtk_tree_view_row_activated): Comment
+ out FIXME warning; just too annoying.
+
2001-05-04 Alex Larsson <alla@lysator.liu.se>
* gdk/linux-fb/gdkcolor-fb.c:
if (g_file_test ("./gtk-logo-rgb.gif", G_FILE_TEST_EXISTS))
filename = "./gtk-logo-rgb.gif";
else
- filename = DEMOCODEDIR"/gtk-log-rgb.gif";
+ filename = DEMOCODEDIR"/gtk-logo-rgb.gif";
image_stream = fopen (filename, "r");
g_return_if_fail (GTK_IS_TREE_VIEW (tree_view));
/* FIXME: Actually activate the path internally, not just emit the signal */
- g_warning ("FIXME: Actually activate the path internally, not just emit the signal\n");
+ /* g_warning ("FIXME: Actually activate the path internally, not just emit the signal\n"); */
g_signal_emit (G_OBJECT(tree_view), tree_view_signals[ROW_ACTIVATED], 0, path, column);
}